findByEmail

open override fun findByEmail(email: String): User?

Finds a user by their email.

Return

the user entity if found, otherwise null

Parameters

email

the email of the user